home *** CD-ROM | disk | FTP | other *** search
/ That for Windows 95 / That - For Windows 95.iso / YAAC11 / YAAC.DOC < prev    next >
Text File  |  1996-07-30  |  5KB  |  139 lines

  1.                           Y. A. A. C.
  2.                    Yet Another Asteroids Clone
  3.  
  4.     Copyright (C) 1996 David Bollinger, All Rights Reserved
  5.  
  6.       send comments, suggestions, bug reports, flames to:
  7.    CompuServe ID# 103057,1460  ( 103057.1460@compuserve.com )
  8.  
  9.  
  10.    THIS PROGRAM IS DISTRIBUTED AS SHAREWARE.  IT MAY BE FREELY
  11.    DISTRIBUTED IN ITS ORIGINAL FORM.  IT MAY NOT BE SOLD.
  12.  
  13.    THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  14.    KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO
  15.    THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  16.    PURPOSE.  IN NO EVENT WILL THE AUTHOR BE LIABLE FOR ANY DAMAGES,
  17.    INCLUDING CONSEQUENTIAL DAMAGES, EVEN IF ADVISED OF THE
  18.    POSSIBILITY OF SUCH DAMAGE.
  19.  
  20.  
  21.    ("Asteroids" is a trademark of Atari - no offense intended ;)
  22.  
  23.  
  24.    ORDERING INFORMATION
  25.    ~~~~~~~~~~~~~~~~~~~~
  26.    Y.A.A.C. is distributed as shareware.  You may freely evaluate this
  27.    program for 30 days.  If you enjoy it and find it of value you are
  28.    encouraged to register your copy.
  29.  
  30.    Registering not only keeps the shareware concept alive and helps
  31.    fund further development of this program, it also gives you a warm
  32.    fuzzy feeling inside knowing that you've done the right thing.  It
  33.    also lets you access the cool Cheats dialog!   When you register,
  34.    you'll receive a special "magic word" which you can enter into the
  35.    box below which will unlock the Cheats dialog!
  36.  
  37.    Y.A.A.C. is only $10 (U.S.).  Send check or money order to:
  38.  
  39.              David Bollinger
  40.              P.O. Box 894
  41.              Denair, CA  95316
  42.              U.S.A.
  43.  
  44.    Be sure to include your full name and mailing address.  You may
  45.    also include an e-mail address if you'd like your "magic word"
  46.    sent to you as quick as possible.  :)
  47.  
  48.  
  49.    REQUIREMENTS
  50.    ~~~~~~~~~~~~
  51.  
  52.    YAAC requires a 486DX2-66, 8MB RAM, SVGA display and a version
  53.    of Windows.
  54.  
  55.    If you are using Windows 3.x you should also have the WinG
  56.    extension installed (otherwise it'll be slowwwwwww).  Windows
  57.    95 is fine just as it is, and is the preferred operating system.
  58.    YAAC has not been tested on Windows NT.
  59.  
  60.    (YAAC is optimized to run in an 8-bit, or 256 colors, display
  61.    mode.  While it will run in other modes (such as high color, or
  62.    true color) performance will suffer and the display may not look
  63.    "quite right".  It is strongly recommended that you run the game
  64.    in 256 color mode.)
  65.  
  66.  
  67.    INSTALLATION
  68.    ~~~~~~~~~~~~
  69.  
  70.    Create a directory on your hard disk where you wish to
  71.    install YAAC, example:
  72.  
  73.       MKDIR \YAAC
  74.  
  75.    Copy the distribution file into that directory and unzip it
  76.    with PKUNZIP (PKUNZIP is a trademark of PKWare, Inc.)
  77.  
  78.       PKUNZIP YAAC
  79.  
  80.    From Windows 3.x, select File-Run from the Program Manager and
  81.    select the YAAC executable file.  From Windows 95, select
  82.    Start-Run and select the YAAC executable file.  Of course, you
  83.    can create additional program items or shortcuts to make this
  84.    process easier in the future.
  85.  
  86.  
  87.  
  88.    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  89.    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  90.  
  91.    FOR INFORMATION ON PLAYING THE GAME PLEASE SEE THE ONLINE HELP FILE
  92.  
  93.    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  94.    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  95.  
  96.    FILE LIST
  97.    ~~~~~~~~~
  98.  
  99.    FILE_ID.DIZ      - description
  100.    ORDER.FRM        - order form
  101.    YAAC.EXE         - the executable
  102.    YAAC.HLP         - online documentation
  103.    YAAC.DOC         - this documentation file
  104.    YAAC.PCX         - the title screen
  105.    SHIPSET.DAT      - graphics
  106.    SHIPSET2.DAT     - graphics
  107.    ROCKSET0.DAT     - graphics
  108.    ROCKSET1.DAT     - graphics
  109.    ROCKSET2.DAT     - graphics
  110.    ROCKSET3.DAT     - graphics
  111.    ROCKSET4.DAT     - graphics
  112.    ROCKSET5.DAT     - graphics
  113.    ROCKSET6.DAT     - graphics
  114.    ROCKSET7.DAT     - graphics
  115.    ALIESET1.DAT     - graphics
  116.    ALIESET2.DAT     - graphics
  117.    ALIESET3.DAT     - graphics
  118.    BULTSET.DAT      - graphics
  119.    THRUSET.DAT      - graphics
  120.    EXPLSET.DAT      - graphics
  121.    BONUSET.DAT      - graphics
  122.    WAVEMIX.DLL      - sound library
  123.    WAVEMIX.INI      - default configuration for sound library
  124.    SHOOT.WAV        - sound, whenever you fire weapons
  125.    THRUST.WAV       - sound, whenever you apply thrust
  126.    EXPLODE.WAV      - sound, whenever a rock explodes
  127.    BONUS.WAV        - sound, whenever you collect a bonus
  128.    HYPER.WAV        - sound, whenever you jump into hyperspace
  129.    ALARM.WAV        - sound, whenever an alien appears on screen
  130.    DEATH.WAV        - sound, whenever you die
  131.    NEWGAME.WAV      - sound, whenever you start a new game
  132.    ENDWAVE.WAV      - sound, whenever you complete a wave
  133.    HISCORE.WAV      - sound, whenever you get a high score
  134.    TITLE.MID        - music, intro title screen
  135.    BATTLE.MID       - music, during game
  136.  
  137.  
  138.  
  139.